type runtime.pollCache

4 uses

	runtime (current package)
		netpoll.go#L192: type pollCache struct {
		netpoll.go#L206: 	pollcache      pollCache
		netpoll.go#L297: func (c *pollCache) free(pd *pollDesc) {
		netpoll.go#L688: func (c *pollCache) alloc() *pollDesc {